projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba84d6
)
Another attempt to make circular buttons square
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Aug 2020 12:34:30 +0000
(08:34 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Aug 2020 12:34:30 +0000
(08:34 -0400)
circular button, square hole...
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 1b03c4d16f735a2a821e89e823e95a0a7d19650c..45c62efe8a98610462bfde9859dd8f48b35668e4 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-551,6
+551,7
@@
button {
&.circular {
min-height: 24px;
+ padding: 4px;
}
}